.aboutUs-title {
    height: 36rem;
    background-image: url(../image/background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
}

.aboutUs-subtitle {
    width: 80%;
    text-align: end;
    margin: 0 auto 4rem;
}

.contact-container {
    width: 80%;
    margin: 0 auto;
}

.contact-form {
    width: 100%;
}

.contact {
    width: 100%;
    max-width: 823px;
}

input[type=text], input[type=email] {
    height: 50px;
}